> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-relayer_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Utilities

> Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.

## Construct Single ERC20 Transaction

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/mAGiont-gk7dLIZB/images/unreal/single_erc20_tx.png?fit=max&auto=format&n=mAGiont-gk7dLIZB&q=85&s=48ffeb01a8843a9fff51eb0bafd4d089" width="1770" height="904" data-path="images/unreal/single_erc20_tx.png" />
    </Frame>
  </Tab>
</Tabs>

<Accordion title="Parameters">
  **New Chain Type (ENetwork Enum)**

  The type of chain you want to request information from. This includes options like Ethereum Mainnet or Sepolia. " + "Make sure that you select the correct chain for your project from Sequence's Builder.
</Accordion>

## Construct Single ERC1155 Transaction

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/mAGiont-gk7dLIZB/images/unreal/single_erc1155_tx.png?fit=max&auto=format&n=mAGiont-gk7dLIZB&q=85&s=1cc490d6cb7d404ef78cd3a572465271" width="1762" height="900" data-path="images/unreal/single_erc1155_tx.png" />
    </Frame>
  </Tab>
</Tabs>

## Construct Single ERC721 Transaction

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/mAGiont-gk7dLIZB/images/unreal/single_erc721_tx.png?fit=max&auto=format&n=mAGiont-gk7dLIZB&q=85&s=584233aeddec68b38a6d5b5001f9ad6d" width="1770" height="904" data-path="images/unreal/single_erc721_tx.png" />
    </Frame>
  </Tab>
</Tabs>

## Get Transaction Readable Amount

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/mAGiont-gk7dLIZB/images/unreal/transaction_readable_amount.png?fit=max&auto=format&n=mAGiont-gk7dLIZB&q=85&s=dcfb83403f823f95b5f5a7393113e6e7" width="1634" height="864" data-path="images/unreal/transaction_readable_amount.png" />
    </Frame>
  </Tab>
</Tabs>

## Get User Readable Amount

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/mAGiont-gk7dLIZB/images/unreal/user_readable_amounts.png?fit=max&auto=format&n=mAGiont-gk7dLIZB&q=85&s=b4387d11fadab1345d04e5ca54bfcec0" width="1724" height="910" data-path="images/unreal/user_readable_amounts.png" />
    </Frame>
  </Tab>
</Tabs>

## Get All Network Ids

Select the Chain ID from which you want to retrieve user information. By default, this is set to Polygon.

<Tabs>
  <Tab title="Blueprint">
    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-relayer_docs/6udOBi1aBhs72bAQ/images/unreal/get_all_network_ids.png?fit=max&auto=format&n=6udOBi1aBhs72bAQ&q=85&s=7284a8a847e5bb56494842266852ec7e" width="1664" height="878" data-path="images/unreal/get_all_network_ids.png" />
    </Frame>
  </Tab>
</Tabs>
